home *** CD-ROM | disk | FTP | other *** search
/ Network Supervisor's Toolkit / Network Supervisor's Toolkit.iso / tools / lu62 / include / retcode.h < prev    next >
Text File  |  1996-07-10  |  1KB  |  31 lines

  1. /*
  2.    Return codes
  3. */
  4. #define  ok                         1
  5. #define  allocation_error           2
  6. #define  parameter_error            3
  7. #define  backed_out                 4
  8. #define  deallocate_normal          5
  9. #define  deallocate_abend_prog      6
  10. #define  deallocate_abend_svc       7
  11. #define  deallocate_abend_timer     8
  12. #define  prog_error_no_trunc        9
  13. #define  prog_error_trunc           10
  14. #define  prog_error_purging         11
  15. #define  resource_failure_no_retry  12
  16. #define  resource_failure_retry     13
  17. #define  unsuccessful               14
  18. #define  posting_not_activ          15
  19. #define  svc_error_no_trunc         16
  20. #define  svc_error_purging          17
  21. #define  svc_error_trunc            18
  22. #define  allocation_failure_no_retry       19
  23. #define  allocation_failure_retry          20
  24. #define  sync_level_not_supported_by_lu    21
  25. #define  invalid_lu_name                   22
  26. #define  invalid_mode_name                 23
  27. #define  ok_data                           24
  28. #define  ok_not_data                       25
  29. #define  session_not_immediately_avaliable 26
  30.  
  31.